New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aigle

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aigle

Aigle is an ideal Promise library, faster and more functional than other Promise libraries

  • 0.6.1
  • npm
  • Socket score

Version published
Weekly downloads
21K
decreased by-14.29%
Maintainers
1
Weekly downloads
 
Created
Source

Aigle

npm CircleCI branch Codecov branch

Aigle is an ideal Promise library, faster and more functional than other Promise libraries. Aigle is never slow down even if you mix different Aigle versions and other promise libraries. (benchmark)

Also Aigle has a lot of async functions, you can start using Promise easily.

Let's stop using callback style and start using Aigle.

Usage

node

npm install --save aigle
const Promise = require('aigle');

browser

Recommend to use webpack, browserify, Rollup or any bundling tool.

or prebuilt scripts from here.

This will expose to global as window.Promise.

<script src="dist/aigle.min.js"></script>
window.Promise;

Functions

Core

prototype functions
class functions

Collections

prototype functions
class functions

Control flow

prototype functions
class functions

Utils

prototype functions
class functions

Keywords

FAQs

Package last updated on 03 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc